home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-07 | 1.1 KB | 42 lines | [TEXT/ttxt] |
- Changes in 1.3
- __________________________________________________
-
- Changed values in RamDisk.h to check for old routine names. This resulted in some minor code changes in RamINIT.c and RamCDev.c
-
- #ifdef BEFORE_UNIVERSAL_HEADERS_2_1
- /*
- ** dCtlFlags bits
- */
-
- #define dNeedLock 0x4000
- #define dNeedTime 0x2000
- #define dNeedGoodBye 0x1000
- #define dStatEnable 0x0800
- #define dCtlEnable 0x0400
- #define dWritEnable 0x0200
- #define dReadEnable 0x0100
- #define drvrActive 0x0080
- #define dRAMBased 0x0040
- #define dOpened 0x0020
-
-
- /*
- ** Low byte of trap word for _Read and _Write
- */
-
- #define aRdCmd 2
- #define aWrCmd 3
-
- #endif /* BEFORE_UNIVERSAL_HEADERS_2_1 */
- __________________________________________________
-
- Added DriverGestalt support to RAMdrvr.c.
- __________________________________________________
-
- Modified Driver.a to use Universal Headers. This involved:
-
- • changing the includes from 'SysEqu.a' to the four include files 'LowMem.a', 'LowMemEqu.a', 'Devices.a', 'Files.a'
-
- • specifying the ioTrap and ioResult variables as part of fields, e.g. IOParam.ioTrap and IOParam.ioResult
- __________________________________________________
-